Contribution org.nuxeo.ecm.automation.io.rest.contributor.contrib--enricher
In component org.nuxeo.ecm.automation.io.rest.contributor.contrib
org.nuxeo.ecm.automation.io.rest.contributor.contrib
inside nuxeo-automation-io-7.10.jar /OSGI-INF/content-enricher-contrib.xml
This contribution is part of XML component Extension Point
Extension point enricher of component ContentEnricherService.Contributed Items
XML Source
<extension point="enricher" target="org.nuxeo.ecm.automation.io.services.enricher.ContentEnricherService">
<enricher class="org.nuxeo.ecm.automation.io.services.enricher.ACLContentEnricher" name="acls">
<category>acls</category>
</enricher>
<enricher class="org.nuxeo.ecm.automation.io.services.enricher.UserPermissionsContentEnricher" name="permissions">
<category>permissions</category>
<parameter name="permissions">Read,Write,Everything</parameter>
</enricher>
<enricher class="org.nuxeo.ecm.automation.io.services.enricher.ThumbnailContentEnricher" name="thumbnail">
<category>thumbnail</category>
</enricher>
<enricher class="org.nuxeo.ecm.automation.io.services.enricher.PreviewContentEnricher" name="preview">
<category>preview</category>
</enricher>
</extension>